func runtime.profilealloc

7 uses

	runtime (current package)
		arena.go#L805: 			profilealloc(mp, unsafe.Pointer(span.base()), userArenaChunkBytes)
		malloc.go#L1237: 		profilealloc(mp, x, span.elemsize)
		malloc.go#L1339: 		profilealloc(mp, x, size)
		malloc.go#L1430: 		profilealloc(mp, x, size)
		malloc.go#L1523: 		profilealloc(mp, x, size)
		malloc.go#L1597: 		profilealloc(mp, x, size)
		malloc.go#L1828: func profilealloc(mp *m, x unsafe.Pointer, size uintptr) {